home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / demo / cwritter / cwritter.exe / RCDATA / CABINET / CW.INF < prev    next >
Windows Setup INFormation  |  1996-03-13  |  3KB  |  99 lines

  1. ;---------------------------------------------------
  2. ; Author: GlenMac
  3. ; installs CW Banner Applet 
  4. ;---------------------------------------------------
  5. ; L o c a l i s e d   s t u f f 
  6.  
  7. [Strings]
  8. BANNERPROG          = "Progra~1\MSDemo2\kidsdemo"
  9. BANNER_ROOT        = "Progra~1\MSDemo2"
  10. BANNERSAMPLES       = "Progra~1\MSDemo2\kidsdemo\Shared\Users\Max"
  11. BANNERSTUFF           = "Progra~1\MSDemo2\kidsdemo\Shared\Stuff"
  12. BANNERMISC           = "Progra~1\MSDemo2\kidsdemo\Writer"
  13. BANNER_GROUP         = "Microsoft Kids"              ; shortcut location
  14. BANNER_DESCRIPTION      = "Creative Writer Banner Demo"    ; shortcut name
  15. BANNER_ShortDesc    = "Details"                     ; details view
  16. BANNER_UNINSTALLKEY    = "Software\Microsoft\Windows\CurrentVersion\Uninstall\CWBanDmo"
  17. BANNER_UNINSTALLNAME    = "Creative Writer Banner Demo"
  18.  
  19. [DefaultInstall]
  20. CopyFiles=BANNER.copy.prog, BANNER.copy.samples, BANNER.copy.stuff, BANNER.copy.misc, BANNER.copy.inf
  21. UpdateInis=BANNER.Links
  22. AddReg=Banner.reg
  23.  
  24. [DefaultUninstall]
  25. UpdateInis=BANNER.DelLinks
  26. DelReg=Banner.delreg
  27. AddReg=Banner.DelOnce
  28.  
  29. [version]
  30. signature="$CHICAGO$"
  31.  
  32. ; F i l e   c o p y i n g   s e c t i o n s
  33. ; -----------------------------------------
  34. [DestinationDirs]
  35. BANNER.copy.prog=24,%BANNERPROG%
  36. BANNER.copy.samples=24,%BANNERSAMPLES%
  37. BANNER.copy.stuff=24,%BANNERSTUFF%
  38. BANNER.copy.misc=24,%BANNERMISC%
  39. BANNER.copy.inf=17
  40.  
  41.  
  42. ; -----------------------------------------------------
  43. [BANNER.copy.prog]
  44. writer.exe,,,2
  45.  
  46. [BANNER.copy.misc]
  47. writer.pic,,,2
  48. writer.snd,,,2
  49.  
  50. [BANNER.copy.stuff]
  51. 0max.bor,,,2
  52. max.art,,,2
  53. pablo.fon,,,2
  54.  
  55. [BANNER.copy.samples]
  56. all_spor.max,,,2
  57. babysitt.max,,,2
  58. family_r.max,,,2
  59. invitati.max,,,2
  60. lemonade.max,,,2
  61. literary.max,,,2
  62. neighbor.max,,,2
  63. new_kitt.max,,,2
  64. our_best.max,,,2
  65. secret_p.max,,,2
  66.  
  67. [BANNER.copy.inf]
  68. cw.inf,,,2
  69.  
  70. ; W h e r e   t h e   f i l e s   c o m e   f r o m
  71. ; -------------------------------------------------
  72. [SourceDisksNames]
  73. 55="","",1
  74.  
  75. [SourceDisksFiles]
  76.  
  77.  
  78. ; L i n k s   /   S h o r t c u t s
  79. ; ---------------------------------
  80. [BANNER.Links]
  81. setup.ini, progman.groups,,"group55=%BANNER_GROUP%"
  82. setup.ini, group55,,"""%BANNER_DESCRIPTION%"", ""%24%%BANNERPROG%\writer.exe"",,,,,%BANNER_ShortDesc%"
  83.  
  84. [BANNER.DelLinks]
  85. setup.ini, progman.groups,,"group55=%BANNER_GROUP%"
  86. setup.ini, group55,,"""%BANNER_DESCRIPTION%""
  87.  
  88. [BANNER.reg]
  89. HKLM,%BANNER_UNINSTALLKEY%,"DisplayName",,"%BANNER_UNINSTALLNAME%"
  90. HKLM,%BANNER_UNINSTALLKEY%,"UninstallString",,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 "%17%\cw.inf"
  91.  
  92. [BANNER.delreg]
  93. HKLM,%BANNER_UNINSTALLKEY%,"DisplayName",,""
  94. HKLM,%BANNER_UNINSTALLKEY%,"UninstallString",,""
  95. HKLM,%BANNER_UNINSTALLKEY%,"",,""
  96.  
  97. [Banner.DelOnce]
  98. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"%APPNAME%",,"command.com /c deltree /y %24%%BANNER_ROOT%"
  99.